Fix some copy-paste errors in CLI help
authorAlex Crichton <alex@alexcrichton.com>
Thu, 23 Oct 2014 20:57:11 +0000 (13:57 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 23 Oct 2014 20:57:52 +0000 (13:57 -0700)
src/bin/clean.rs
src/bin/update.rs

index 0fb8b96ed8df51051398d8ab0102481358817dbe..09258b068d180731e7208b709a3abc99ea656c12 100644 (file)
@@ -21,7 +21,7 @@ Usage:
 
 Options:
     -h, --help               Print this message
-    -p SPEC, --package SPEC  Package to run benchmarks for
+    -p SPEC, --package SPEC  Package to clean artifacts for
     --manifest-path PATH     Path to the manifest to the package to clean
     --target TRIPLE          Target triple to clean output for (default all)
     -v, --verbose            Use verbose output
index c21285516d4821ef40d7547111a2a8d30098e614..fdcb1c57a26b3664e25d5dbb37b5c7f9911535d7 100644 (file)
@@ -24,7 +24,7 @@ Usage:
 
 Options:
     -h, --help               Print this message
-    -p SPEC, --package SPEC  Package to run benchmarks for
+    -p SPEC, --package SPEC  Package to update
     --aggressive             Force updating all dependencies of <name> as well
     --precise PRECISE        Update a single dependency to exactly PRECISE
     --manifest-path PATH     Path to the manifest to compile